-
Notifications
You must be signed in to change notification settings - Fork 132
PR546 with Upgrade script #608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…url-attribute # Conflicts: # src/Magento/FunctionalTestingFramework/Test/Objects/ActionObject.php
- Added upgrade script to PR branch's feature
- Small fix to new class name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implementation looks good. Had a question about why do we need an upgrade script in the first place. Wouldn't tests end up failing anyway without .url. There won't be any instances of such references unless it's a broken build or something, correct?
@soumya-ashok MFTF actually (erroneously) will replace |
- CR Fix
@soumyau MFTF actually (erroneously) will replace @KevinBKozan Below is the current behavior (develop) without .url. MFTF doesn't resolve reference for AdminLoginPage. Test fails due to page not found, doesn't actually go to login page -
|
@soumyau I see, I was getting it mixed up, think I understand now. Goal of this new feature is to fail early and specifically if they forget to specify In light of that we may be able to just kill this PR. |
Description
Contribution checklist